home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / Squeaky.swf / scripts / frame_131 / PlaceObject2_268_29 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2005-08-04  |  278 b   |  15 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.hero.hitTest(this.ufotop) && _root.hero._y < this._y)
  3.    {
  4.       this.gotoAndStop(2);
  5.       if(_root.hero._y == 82.15 && this._x < 450)
  6.       {
  7.          this._x += 5;
  8.       }
  9.    }
  10.    else
  11.    {
  12.       this.gotoAndStop(1);
  13.    }
  14. }
  15.